home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / 06.dir / 00211.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  176 b   |  13 lines

  1. on exitFrame
  2.   global kdoor
  3.   if the movieRate of sprite 2 = 0 then
  4.     go("Fly1")
  5.     exit
  6.   end if
  7.   if kdoor = 0 then
  8.     kroll()
  9.   end if
  10.   kbuts()
  11.   go(the frame - 2)
  12. end
  13.